luci-mod-network: hint that property belongs to mesh
authorPaul Donald <[email protected]>
Mon, 3 Nov 2025 21:44:40 +0000 (22:44 +0100)
committerPaul Donald <[email protected]>
Mon, 3 Nov 2025 21:44:40 +0000 (22:44 +0100)
Hint also units with dBm.

Signed-off-by: Paul Donald <[email protected]>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js

index 6d107dae11b6b9679f2ab373bf13cd43baea9f4d..f8ff225bda6ea139f9cc197e06cdbfb6a38da344 100644 (file)
@@ -1046,7 +1046,8 @@ return view.extend({
                                o.default = '1';
                                o.depends('mode', 'mesh');
 
-                               o = ss.taboption('advanced', form.Value, 'mesh_rssi_threshold', _('RSSI threshold for joining'), _('0 = not using RSSI threshold, 1 = do not change driver default'));
+                               o = ss.taboption('advanced', form.Value, 'mesh_rssi_threshold', _('RSSI threshold for joining mesh'), _('0 = not using RSSI threshold, 1 = do not change driver default') + ' ' +
+                                       _('Units: dBm. Where -255 is weakest, and -10 is strong.'));
                                o.rmempty = false;
                                o.default = '0';
                                o.datatype = 'range(-255,1)';